home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
Buch
/
Hops2c.dfm
/
Hops2c.txt
Wrap
Text File
|
1999-01-03
|
2KB
|
116 lines
object Form1: TForm1
Left = 200
Top = 147
Width = 440
Height = 340
Caption = 'Movie2a'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Panel1: TPanel
Left = 30
Top = 30
Width = 170
Height = 250
BevelInner = bvLowered
BevelOuter = bvLowered
BevelWidth = 2
TabOrder = 0
end
object ShowButton: TButton
Left = 240
Top = 30
Width = 160
Height = 35
Caption = 'Erscheinen'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = ShowButtonClick
end
object TurnButton: TButton
Left = 240
Top = 153
Width = 160
Height = 35
Caption = 'Drehen'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = TurnButtonClick
end
object HideButton: TButton
Left = 240
Top = 71
Width = 160
Height = 35
Caption = 'Verschwinden'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = HideButtonClick
end
object MoveButton: TButton
Left = 240
Top = 112
Width = 160
Height = 35
Caption = 'Laufen'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = MoveButtonClick
end
object EndButton: TButton
Left = 240
Top = 245
Width = 160
Height = 35
Caption = 'Ende'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = EndButtonClick
end
object TwistButton: TButton
Left = 240
Top = 194
Width = 160
Height = 35
Caption = 'Tanzen'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 6
OnClick = TwistButtonClick
end
end